Aurora Partner Web Service
Getting Started
Required Headers
Note: To access this API, first authenticate by using the Request using Auth Token.
All calls to this REST API require the following headers.
Authorization: An authorization bearer token.
Example:
Authorization : Bearer Jv5PvADmSfhm4Vs1YqbGdO
Get Access Token
This bearer token is obtained via a call following URL.
- URI - https://mule-oauth-token-provider-26ta7u.5sc6y6-4.usa-e2.cloudhub.io/token
- Type - POST
Header Details:
client_id: (to be provided)
- client_secret: (to be provided)
- grant_type : CLIENT_CREDENTIALS
Once, you get the access token then can use for subsequent API calls as bearer token in Authorization header.